home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if not exist TABDEMO.EXE goto nodemo
- TABDEMO %1 /NOSVGA
- echo
- echo Thank you for watching the XSoft TabWorks demo.
- echo If you want to view it again,
- echo type DEMO and press the ENTER key.
- echo
- goto exit
- :nodemo
- echo Sorry, your XSoft TabWorks demo
- echo has not been properly installed.
- echo Please install the demo again following
- echo the instructions on the label.
- echo
- :exit